K-B-D - определение. Что такое K-B-D
Display virtual keyboard interface

Что (кто) такое K-B-D - определение


K-B-D         
SEMITIC ROOT IN HEBREW
K-B-T; K-V-D; Kabod
K-B-D (Hebrew: ; East Semitic K-B-T; ) is a triliteral Semitic root with the common meaning of to "be heavy", and thence "be important; honour, majesty, glory".Botterweck et al.
K-D-B-tree         
  • The basic structure of a K-D-B-tree.
In computer science, a K-D-B-tree (k-dimensional B-tree) is a tree data structure for subdividing a k-dimensional search space. The aim of the K-D-B-tree is to provide the search efficiency of a balanced k-d tree, while providing the block-oriented storage of a B-tree for optimizing external memory accesses.
K-d tree         
MULTIDIMENSIONAL SEARCH TREE FOR POINTS IN K DIMENSIONAL SPACE
Kd tree; Kd-trie; Kdtree; Extended k-d tree; Kd-tree; KD tree
In computer science, a k-d tree (short for k-dimensional tree) is a space-partitioning data structure for organizing points in a k-dimensional space. k-d trees are a useful data structure for several applications, such as searches involving a multidimensional search key (e.